home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / HELP / #EDIT8.2 < prev    next >
Text File  |  1988-06-01  |  3KB  |  69 lines

  1.  
  2.              ════════════════════════════════════════════════════════════
  3.                    MATHEMATICAL Formulations (EQUATIONS) Method
  4.              ════════════════════════════════════════════════════════════
  5.  
  6.              BEST-PLAN  also supports the typical academic use of  linear 
  7.              programming  by  formulating a number of  linear  equations, 
  8.              called  ROWS/EQUATIONs (constraints),  with VARIABLES  which 
  9.              may contribute to a desired OBJECTIVE FUNCTION.
  10.  
  11.              MODEL  entry is accomplished through data statements similar 
  12.              to  those described in the STEP-BY-STEP Flow  Representation 
  13.              Method.   The equation VARIABLES are treated and represented 
  14.              as RESOURCES(see Resource Description).   The following data 
  15.              statements will therefore apply:
  16.  
  17.               -  RESOURCE Description data statements, using the keyword      
  18.                  VARIABLES instead of RESOURCES.
  19.               -  LIMITS data statements, to specify value constraints for 
  20.                  a  given  VARIABLE.  Consequently,  the  following  data 
  21.                  statements also applies: FIXED, L.L. and U.L.(see FIXED, 
  22.                  L.L. and U.L. data entry statements)
  23.  
  24. ...more information on next view
  25.  
  26.              Additional  data  statements are available to  complete  the 
  27.              MODEL  entry.  These will be discussed in this section  with 
  28.              the   given  Demonstration  Problem.   The  additional  data 
  29.              statements are as follows:
  30.  
  31.               -  EQUATE/EQUATION data statements which establish the ROWS 
  32.                  or CONSTRAINTS for the model.
  33.  
  34.               -  MAXIMIZE/MINIMIZE  data  statements which establish  the 
  35.                  model's OBJECTIVE FUNCTION.
  36.  
  37.              BEST-PLAN  by  default,  automatically creates an  OBJECTIVE 
  38.              FUNCTION called " max: profit".  This objective function  is 
  39.              the COST  ROW or the summation of all  resources'(VARIABLES)  
  40.              PRICES.  For  a similar objective function requirement,  the 
  41.              PRICE/COST  data  statement  may  be  used to  automatically 
  42.              formulate this OBJECTIVE FUNCTION.
  43.  
  44.  
  45.  
  46. ...more information on next view
  47.  
  48.  
  49.              VARIABLES IDENTIFICATION
  50.  
  51.              VARIABLES  will be treated just like RESOURCES as  discussed 
  52.              in  the  preceeding  section.   They  will  carry  the  same 
  53.              informational  data as entered by the planner  during  data-
  54.              entry   and  same  data  computed  by  BEST-PLAN  after  the 
  55.              optimization  of  the  plan.    The  minimal   informational 
  56.              requirement  for a variable is the variable number  (1-9999) 
  57.              and name identification.
  58.  
  59.                  Variable data declaration is as follows:
  60.  
  61.                  VARIABLE #nnnn = name identification(30-characters)
  62.                           #nnnn = variable number (1-9999)
  63.  
  64.                  VARIABLE,RESOURCE   are  synonymous  and  can  be   used 
  65.                  interchangeably.(see. UTILITY)
  66.  
  67.  
  68. ...try other screens
  69.